home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / iso9660 / ip / manage / condor / fixes < prev    next >
Encoding:
Text File  |  1992-06-26  |  892 b   |  20 lines

  1. 1. If you are building on a SUN or DecSTATION, please use the "mdepend.sh"
  2. script in the "GENERIC" directory, (not the "imake_tools" version).
  3.  
  4. 2. The files "src/condor_submit/ebug.h" and "src/condor_util_lib/ebug.h"
  5. are in error.  The distribution file has them as symbolic links to
  6. files which probably don't exist on your system.  Just delete both
  7. the links before trying to compile.
  8.  
  9. 3. The installation instructions regarding the "#define" "YpLib"
  10. in your "site.def" files needs some clarification.  This definition
  11. is needed only if you run YP (NIS), and your standard C library
  12. does not contain the YP subroutines.  I believe on all SUNs the
  13. C library will contain those subroutines.  You can confirm that
  14. you have the needed code in your C library by running
  15.  
  16.     "ar -t /lib/libc.a | egrep yp_bind"
  17.  
  18. If the file "yp_bind.o" is found, your C library already has the
  19. necessary functions.
  20.